In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetFormFieldBackgroundColor(Int32,Byte,Byte,Byte) Method

SetFormFieldBackgroundColor(Int32,Byte,Byte,Byte) Method

In This Topic
Syntax
'Declaration

 

Public Function SetFormFieldBackgroundColor( _

   ByVal FieldId As Integer, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As GdPictureStatus
public GdPictureStatus SetFormFieldBackgroundColor( 

   int FieldId,

   byte Red,

   byte Green,

   byte Blue

)
public function SetFormFieldBackgroundColor( 

    FieldId: Integer;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): GdPictureStatus; 
public function SetFormFieldBackgroundColor( 

   FieldId : int,

   Red : byte,

   Green : byte,

   Blue : byte

) : GdPictureStatus;
public: GdPictureStatus SetFormFieldBackgroundColor( 

   int FieldId,

   byte Red,

   byte Green,

   byte Blue

) 
public:

GdPictureStatus SetFormFieldBackgroundColor( 

   int FieldId,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

FieldId
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members